home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / babychute.swf / scripts / DefineButton2_91 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  229 b   |  12 lines

  1. on(release){
  2.    _root.xyloSnd.start();
  3.    _root.instuctions.onEnterFrame = function()
  4.    {
  5.       this._x += (251 - this._x) / 5;
  6.       if(this._x >= 250)
  7.       {
  8.          this.onEnterFrame = undefined;
  9.       }
  10.    };
  11. }
  12.